home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Utilities / GoogleMaps Plugin.dmg / GoogleMapsPlugin Folder / BTGoogleDirections.bundle / Contents / Resources / Directions.nib / classes.nib < prev    next >
Encoding:
Text File  |  2005-08-23  |  1.1 KB  |  30 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = BTURLField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }, 
  4.         {
  5.             ACTIONS = {closeButton = id; okButton = id; }; 
  6.             CLASS = DirectionsController; 
  7.             LANGUAGE = ObjC; 
  8.             OUTLETS = {
  9.                 companyImageView = NSImageView; 
  10.                 endAddresses = NSArrayController; 
  11.                 endBook = NSButtonCell; 
  12.                 endContact = NSPopUpButton; 
  13.                 endCustom = NSButtonCell; 
  14.                 endField = NSTextField; 
  15.                 endPeople = NSArrayController; 
  16.                 personImageView = NSImageView; 
  17.                 startAddresses = NSArrayController; 
  18.                 startBook = NSButtonCell; 
  19.                 startContact = NSPopUpButton; 
  20.                 startCustom = NSButtonCell; 
  21.                 startField = NSTextField; 
  22.                 startPeople = NSArrayController; 
  23.                 urlField = NSTextField; 
  24.             }; 
  25.             SUPERCLASS = NSWindowController; 
  26.         }, 
  27.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  28.     ); 
  29.     IBVersion = 1; 
  30. }